home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / DTS Sample Code / Apple II Sample Code / MPW IIGS SC / SC.005.Custom.Window / Makefile < prev    next >
Encoding:
Makefile  |  1990-04-18  |  391 b   |  16 lines  |  [TEXT/MPS ]

  1. #    MakeFile    -  Make instructions for AsmIIGS language Custom.Window
  2. #
  3. #    Copyright Apple Computer, Inc. 1988
  4. #    All rights reserved.
  5. #
  6. #    This makefile builds:
  7. #        The sample application:         Custom.Window
  8. #
  9.     
  10. Custom.Window            ƒƒ    cwnd.aii.obj
  11.         LinkIIGS cwnd.aii.obj -o custom.window
  12.         DuplicateIIGS -y -mac custom.window :
  13.     
  14. cwnd.aii.obj        ƒ    cwnd.aii cwnd.inits.aii rr.window.aii
  15.         AsmIIGS cwnd.aii
  16.